std::acosh

From Cppreference

Jump to: navigation, search
Defined in header <cmath>

float       acosh( float arg );
(C++0x feature)
double      acosh( double arg );
(C++0x feature)
long double acosh( long double arg );
(C++0x feature)

Computes hyperbolic arc cosine of arg

Parameters

arg - floating point value

Return value

hyperbolic arc cosine of arg

See also

asinh (C++0x)
hyperbolic arc sine
(function)
atanh (C++0x)
hyperbolic arc tangent
(function)
cosh
hyperbolic cosine
(function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages